Skip to content

C library: stdio.c: fix build on FreeBSD#9075

Open
svmhdvn wants to merge 1 commit into
diffblue:developfrom
svmhdvn:push-prkwuwvukstu
Open

C library: stdio.c: fix build on FreeBSD#9075
svmhdvn wants to merge 1 commit into
diffblue:developfrom
svmhdvn:push-prkwuwvukstu

Conversation

@svmhdvn

@svmhdvn svmhdvn commented Jun 20, 2026

Copy link
Copy Markdown

These macros are seen here:
https://github.com/freebsd/freebsd-src/blob/main/include/stdio.h#L513

  • Each commit message has a non-empty body, explaining why the change was made.
  • Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@tautschnig

Copy link
Copy Markdown
Collaborator

We could do this, but #8043 aims for the more complete fix (yet depends on #9020, which in turn wants #9023).

@svmhdvn

svmhdvn commented Jun 22, 2026

Copy link
Copy Markdown
Author

Makes sense, but this is the only patch required to fix the full build on freebsd, so it could be used as an interrim while the proper fixes are reviewed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants